home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / guides-texts / amos / amoslist / text0280.txt < prev    next >
Encoding:
Text File  |  1995-09-01  |  961 b   |  23 lines

  1. I'm writing programs with time display using get time/date
  2. procedures (or makelib ext. equivalent). It work good but 
  3. internal (system) AMIGA Clock is not too accurate (+/- 5 min.per day).
  4. So, to get hardware time/date from clock mounted on memory expansion 
  5. board (more accurate,quarz controled) I copy  DOS setclock to Ram: 
  6. and execute from AMOS: 
  7. Exec "ram:setclock load" 
  8. It work, but on OS 1.3 very slowly and I can't to do it <Every 50>
  9. On A3000 it is OK (OS 2.x/3.x setclock is short and speedy).
  10. Maybe it's another solution of this problem. Is it possible to get
  11. time/date directly from ext.clock from AMOS (AMOS equivalent 
  12. procedure of DOS seclock load command) ? Any ideas welcome
  13.  
  14.                           Jacek Kubica <kubica@ch.wssk.am.wroc.pl>
  15.  
  16.                         A 500 /OS 1.3/4 MB RAM/40 MB ALF HD
  17.                      A 3000/OS 1.3 & 2.04/ 9MB RAM/500 MB SCSI HDD
  18.  
  19.                      AMIGA Fun/AMOS Coder/ profession MD <surgery>
  20.  
  21.  
  22.  
  23.